home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / vs-includes.lha / W-Gfx / W-Gfx.DOC < prev   
Encoding:
Text File  |  1994-07-22  |  875 b   |  36 lines

  1.  
  2.                         Window Graphics Library
  3.  
  4.                                 V1.00
  5.                                 =====
  6.  
  7.                          Last Updated 27/6/94
  8.  
  9.    Okay - this library isnt much yet - it has functions which can produce
  10. some nice looking windows.
  11.    Currently there is just one function,
  12.  
  13.       WOutline{x1,y1,x2,y2,Hilite,Shadow}
  14.  
  15.    which draws a Final Copy ][ like outline for you.
  16.  
  17.    x1,y1 is top left, x2,y2 is bottom right.
  18.    Hilite is the hilite pen, 1 for WB2+   }_ Reverse these for 1.3
  19.    Shadow is the Shadow pen, 2 for WB2+   }  (Obvious really!)
  20.  
  21. Thats all.  The code is freeware etc.  There isnt any update history cos this
  22. is the first version.
  23.  
  24. AUTHOR
  25. ======
  26.  
  27.    Contact me (Mark Tiffany) at
  28.  
  29.       37 Norfolk Road
  30.       Littlehampton
  31.       West Sussex
  32.       BN17 5PW
  33.  
  34.    or on phy93003@bham.ac.uk during University term times.
  35.  
  36.